From: Luc Teirlinck Date: Sun, 23 Nov 2003 03:12:45 +0000 (+0000) Subject: (Fset_char_table_parent): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24916 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4d0d5214ddce18d58ca76b57b18593271319c5c9;p=emacs.git (Fset_char_table_parent): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index c000d38724c..5d7111a69a4 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2369,7 +2369,7 @@ then the actual applicable value is inherited from the parent char-table DEFUN ("set-char-table-parent", Fset_char_table_parent, Sset_char_table_parent, 2, 2, 0, doc: /* Set the parent char-table of CHAR-TABLE to PARENT. -PARENT must be either nil or another char-table. */) +Return PARENT. PARENT must be either nil or another char-table. */) (char_table, parent) Lisp_Object char_table, parent; {